{
  "format_version": "1.16.100", 
  "minecraft:fog_settings": { 
    "description": { 
        "identifier": "pbr:volume_fog_settings" 
    },
    "volumetric": {
      "density": {
        "air": {
          "max_density": 0.645,
          "uniform": true
        },
        "water": {
          "max_density": 1.0,
          "uniform": true
        }
      },
      "media_coefficients": {
        "air": {
          "scattering": [ 0.00175, 0.00175, 0.0019 ],
          "absorption": [ 0.0, 0.0, 0.0 ]
          // "absorption": [ 0.008, 0.008, 0.005 ]
        },
        "cloud": {
          "scattering": [0.100, 0.100, 0.100],
          "absorption": [0.003, 0.003, 0.003]
        }
      }
    }
  }
}